home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / cc.arc / CC.DOC next >
Text File  |  1985-08-02  |  1KB  |  26 lines

  1.  
  2.  
  3.      This is for you people who are using the Computer Innovations C86
  4.      compiler.  This program integrates the compiler into one command
  5.      and simplifies use of the compiler.
  6.  
  7.      CC PROGRAM <-options> </link>
  8.  
  9.      This program supports any and all of the options doccumented in
  10.      the 2.20 manual plus the /LINK option which will cause the program
  11.      to be linked after the C compiler is done with it.
  12.  
  13.      To use the /LINK option, the program expects a symbol to exist
  14.      in the environment space.  The symbol contains the path and names
  15.      of the libraries you wish to include in the link.  If this
  16.      symbol is not found, the program will prompt for the path.
  17.  
  18.      SET CRLIB=<path of C libraries>
  19.  
  20.      Please send any suggestions to me on this BBS and I will see
  21.      what I can do with them. (Terrapin Station -- 612/623-0152)
  22.  
  23.                Thanks
  24.                Steve Ripley
  25.  
  26.